File-Location Information
The collection item ID for file-location information is defined in the following enumeration:
enum { gxFileLocationTag = 'floc' }QuickDraw GX stores file-location information in the gxFileLocationInfo structure:
struct gxFileLocationInfo { FSSpec fileSpec; };
Field Description
fileSpec
- A file system specification containing the location of the file in which to print the user's document.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help